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 | 腟玖開觧 | 1110010001010100100010111110100010001010010010101110011001011010 | e4548be88a4ae65a |
EUC-JP | 腟玖開觧 | 1110011110110101101101101110101010110011101010111110101110111011 | e7b5b6eab3abebbb |
UTF-8 | 腟玖開觧 | 111010001000010110011111111001111000111010010110111010011001011010001011111010001010011110100111 | e8859fe78e96e9968be8a7a7 |
UHC | ?玖開? | 001111111100111110111000110010111101001000111111 | 3fcfb8cbd23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)