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 | ???w | 00111111001111110011111101110111 | 3f3f3f77 |
SJIS-WIN | 辰但奪w | 10010010010000111001001001000001100100100100010001110111 | 92439241924477 |
EUC-JP | 辰但奪w | 11000011101001001100001110100010110000111010010101110111 | c3a4c3a2c3a577 |
UTF-8 | 辰但奪w | 11101000101111101011000011100100101111011000011011100101101001011010101001110111 | e8beb0e4bd86e5a5aa77 |
UHC | 辰但奪w | 11110010111000111101001110100011111101111010110001110111 | f2e3d3a3f7ac77 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)