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 | ???節?? | 00111111001111110011111110010000110111110011111100111111 | 3f3f3f90df3f3f |
EUC-JP | 旿??節?? | 100011111100000111110100001111110011111111000000111000010011111100111111 | 8fc1f43f3fc0e13f3f |
UTF-8 | 旿묇튋節경퍜 | 111001101001011110111111111010111010110010000111111011011000101010001011111001111010111110000000111010101011001010111101111011011000110110011100 | e697bfebac87ed8a8be7af80eab2bded8d9c |
UHC | 旿묇튋節경퍜 | 111001111111101010010001111001001011100110011111111011111011110110110000111001101011101110010011 | e7fa91e4b99fefbdb0e6bb93 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)