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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 汚??夜?? | 1000100110011000001111110011111110010110111010010011111100111111 | 89983f3f96e93f3f |
EUC-JP | 汚??夜?? | 1011000111111000001111110011111111001100111010110011111100111111 | b1f83f3fcceb3f3f |
UTF-8 | 汚꾡폒夜쇠룶 | 111001101011000110011010111010101011111010100001111011011000111110010010111001011010010010011100111011001000011110100000111010111010001110110110 | e6b19aeabea1ed8f92e5a49cec87a0eba3b6 |
UHC | 汚꾡폒夜쇠룶 | 111001111111110110000100111001001011110010011100111001011010100010111100111010001000111110101011 | e7fd84e4bc9ce5a8bce88fab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)