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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | 濩????? | 1000111111001001101001000011111100111111001111110011111100111111 | 8fc9a43f3f3f3f3f |
UTF-8 | 濩면렓렜롉뤛 | 111001101011111110101001111010111010100110110100111010111010000010010011111010111010000010011100111010111010000110001001111010111010010010011011 | e6bfa9eba9b4eba093eba09ceba189eba49b |
UHC | 濩면렓렜롉뤛 | 111110111100110110111000111010011000111010101000100011101010111010001110110011111000111111001010 | fbcdb8e98ea88eae8ecf8fca |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)