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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 迥ら漉迚セ | 111001111000101010000010111001111000110110010111111001111000100110111110 | e78a82e78d97e789be |
EUC-JP | 迥ら漉迚セ | 11101101111010101010010011101001101110011111011111101101111010011000111010111110 | edeaa4e9b9f7ede98ebe |
UTF-8 | 迥ら漉迚セ | 111010001011111110100101111000111000001010001001111001101011110010001001111010001011111110011010111011111011110110111110 | e8bfa5e38289e6bc89e8bf9aefbdbe |
UHC | ?ら??? | 001111111010101011101001001111110011111100111111 | 3faae93f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)