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 | ?????[ | 001111110011111100111111001111110011111101011011 | 3f3f3f3f3f5b |
SJIS-WIN | ??濯??[ | 00111111001111111001000111110011001111110011111101011011 | 3f3f91f33f3f5b |
EUC-JP | ??濯??[ | 00111111001111111100001011110101001111110011111101011011 | 3f3fc2f53f3f5b |
UTF-8 | 룶뇟濯룫倫[ | 11101011101000111011011011101011100001111001111111100110101111111010111111101011101000111010101111101111101001111001010001011011 | eba3b6eb879fe6bfafeba3abefa7945b |
UHC | 룶뇟濯룫倫[ | 1000111110101011101101001010000111110110111110111000111110100010111010111100001001011011 | 8fabb4a1f6fb8fa2ebc25b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)