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 | 諱呟サ喜ヲク | 111001101000000110011001111010101011101110001010111011001010011010111000 | e68199eabb8aeca6b8 |
EUC-JP | 諱呟サ喜ヲク | 111010111110000111010010111011001000111010111011101101001110111010001110101001101000111010111000 | ebe1d2ec8ebbb4ee8ea68eb8 |
UTF-8 | 諱呟サ喜ヲク | 111010001010101110110001111001011001000110011111111011111011110110111011111001011001011010011100111011111011110110100110111011111011110110111000 | e8abb1e5919fefbdbbe5969cefbda6efbdb8 |
UHC | 諱??喜?? | 1111110111001001001111110011111111111101111011000011111100111111 | fdc93f3ffdec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)