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 | ?堊???? | 00111111100110101011111100111111001111110011111100111111 | 3f9abf3f3f3f3f |
EUC-JP | ?堊???? | 00111111110101001100000100111111001111110011111100111111 | 3fd4c13f3f3f3f |
UTF-8 | 양堊롔렯롃렯 | 111011001001011010010001111001011010000010001010111010111010000110010100111010111010000010101111111010111010000110000011111010111010000010101111 | ec9691e5a08aeba194eba0afeba183eba0af |
UHC | 양堊롔렯롃렯 | 101111101110011111100100101111101000111011011000100011101011110010001110110010101000111010111100 | bee7e4be8ed88ebc8eca8ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)