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 | 涯??曖?? | 1000101001010101001111110011111110011110010000100011111100111111 | 8a553f3f9e423f3f |
EUC-JP | 涯??曖?? | 1011001110110110001111110011111111011011101000110011111100111111 | b3b63f3fdba33f3f |
UTF-8 | 涯깗뢟曖꼷뢅 | 111001101011011010101111111010101011100110010111111010111010001010011111111001101001101110010110111010101011110010110111111010111010001010000101 | e6b6afeab997eba29fe69b96eabcb7eba285 |
UHC | 涯깗뢟曖꼷뢅 | 111001001111001110000011100011111000111101011010111001001111001010000100100011111000111101000001 | e4f3838f8f5ae4f2848f8f41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)