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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 牆?????^ | 1110000010101101001111110011111100111111001111110011111101011110 | e0ad3f3f3f3f3f5e |
EUC-JP | 牆??琫??^ | 11100000101011110011111100111111100011111100110010101111001111110011111101011110 | e0af3f3f8fccaf3f3f5e |
UTF-8 | 牆쿄렩琫렦렭^ | 11100111100010011000011011101100101111111000010011101011101000001010100111100111100100001010101111101011101000001010011011101011101000001010110101011110 | e78986ecbf84eba0a9e790abeba0a6eba0ad5e |
UHC | 牆쿄렩琫렦렭^ | 11101101111011011100010011101100100011101011011111011100111011011000111010110101100011101011101001011110 | ededc4ec8eb7dced8eb58eba5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)