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 | ?班頸??? | 0011111110010100110001111110100011110010001111110011111100111111 | 3f94c7e8f23f3f3f |
EUC-JP | ?班頸??? | 0011111111001000110010011111000011110100001111110011111100111111 | 3fc8c9f0f43f3f3f |
UTF-8 | 뤊班頸펿틣뷘 | 111010111010010010001010111001111000111110101101111010011010000010111000111011011000111010111111111011011000101110100011111010111011011110011000 | eba48ae78fade9a0b8ed8ebfed8ba3ebb798 |
UHC | 뤊班頸펿틣뷘 | 100011111011101011011010111011001100110011110010101111001000111010111010100011111011101011100001 | 8fbadaecccf2bc8eba8fbae1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)