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 | 止?窪?遠 | 1000111001111110001111111000110001000101001111111000100110010011 | 8e7e3f8c453f8993 |
EUC-JP | 止?窪?遠 | 1011101111011111001111111011011110100110001111111011000111110011 | bbdf3fb7a63fb1f3 |
UTF-8 | 止렖窪렞遠 | 111001101010110110100010111010111010000010010110111001111010101010101010111010111010000010011110111010011000000110100000 | e6ada2eba096e7aaaaeba09ee981a0 |
UHC | 止렖窪렞遠 | 11110010101011011000111010101011111010001100000110001110101011111110101011000000 | f2ad8eabe8c18eafeac0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)