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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 魄溷床 | 111010011010111010011111111001011000111110110000 | e9ae9fe58fb0 |
EUC-JP | 魄溷床 | 111100101011000011011110111001111011111010110010 | f2b0dee7beb2 |
UTF-8 | 魄溷床 | 111010011010110110000100111001101011101010110111111001011011101010001010 | e9ad84e6bab7e5ba8a |
UHC | 魄?床 | 1101101111011110001111111101111111001001 | dbde3fdfc9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)