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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 誧ヲ迚セ | 111110111010011010100110111001111000100110111110 | fba6a6e789be |
EUC-JP | 誧ヲ迚セ | 100011111101110111111010100011101010011011101101111010011000111010111110 | 8fddfa8ea6ede98ebe |
UTF-8 | 誧ヲ迚セ | 111010001010101010100111111011111011110110100110111010001011111110011010111011111011110110111110 | e8aaa7efbda6e8bf9aefbdbe |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)