To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ??Lh??L | 00111111001111110100110001101000001111110011111101001100 | 3f3f4c683f3f4c |
SJIS-WIN | 玳羞Lh玳羞L | 1110000011011100111000111011010101001100011010001110000011011100111000111011010101001100 | e0dce3b54c68e0dce3b54c |
EUC-JP | 玳羞Lh玳羞L | 1110000011011110111001101011011101001100011010001110000011011110111001101011011101001100 | e0dee6b74c68e0dee6b74c |
UTF-8 | 玳羞Lh玳羞L | 111001111000111010110011111001111011111010011110010011000110100011100111100011101011001111100111101111101001111001001100 | e78eb3e7be9e4c68e78eb3e7be9e4c |
UHC | 玳羞Lh玳羞L | 1101001111100101111000101011101001001100011010001101001111100101111000101011101001001100 | d3e5e2ba4c68d3e5e2ba4c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)