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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??渡 | 00111111001111111001001101101110 | 3f3f936e |
EUC-JP | ?洧渡 | 001111111000111111000111101101001100010111001111 | 3f8fc7b4c5cf |
UTF-8 | 뤙洧渡 | 111010111010010010011001111001101011010010100111111001101011100010100001 | eba499e6b4a7e6b8a1 |
UHC | 뤙洧渡 | 100011111100100011101010111110111101010010100100 | 8fc8eafbd4a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)