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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 予??茹?【B | 10010111010111000011111100111111111001001010010100111111100000010111100101000010 | 975c3f3fe4a53f817942 |
EUC-JP | 予??茹?【B | 11001101101111010011111100111111111010001010011100111111101000011101101001000010 | cdbd3f3fe8a73fa1da42 |
UTF-8 | 予뀀젿茹됰【B | 11100100101110101000100011101011100000001000000011101100101000001011111111101000100011001011100111101011100100001011000011100011100000001001000001000010 | e4ba88eb8080eca0bfe88cb9eb90b0e3809042 |
UHC | 予뀀젿茹됰【B | 11100101111110001011001011101011101000001011000111100110101010101000100111101011101000011011110001000010 | e5f8b2eba0b1e6aa89eba1bc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)