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 | 馭??一 | 111010010110011000111111001111111000100011101010 | e9663f3f88ea |
EUC-JP | 馭??一 | 111100011100011100111111001111111011000011101100 | f1c73f3fb0ec |
UTF-8 | 馭숆퍒一 | 111010011010011010101101111011001000100010000110111011011000110110010010111001001011100010000000 | e9a6adec8886ed8d92e4b880 |
UHC | 馭숆퍒一 | 1110010111011111100110011110101010111011100010011110110011101001 | e5df99eabb89ece9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)