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 | 巡??? | 1000111110000100001111110011111100111111 | 8f843f3f3f |
EUC-JP | 巡??? | 1011110111100100001111110011111100111111 | bde43f3f3f |
UTF-8 | 巡됮갋뺛 | 111001011011011110100001111010111001000010101110111010101011000010001011111010111011101010011011 | e5b7a1eb90aeeab08bebba9b |
UHC | 巡됮갋뺛 | 1110001011011110100010011110100110000001010001011001010111100011 | e2de89e9814595e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)