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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 午??修?? | 1000110011011111001111110011111110001111010000110011111100111111 | 8cdf3f3f8f433f3f |
EUC-JP | 午??修?? | 1011100011100001001111110011111110111101101001000011111100111111 | b8e13f3fbda43f3f |
UTF-8 | 午닷뫕修뗨왌 | 111001011000110110001000111010111000101110110111111010111010101110010101111001001011111110101110111010111001011110101000111011001001100110001100 | e58d88eb8bb7ebab95e4bfaeeb97a8ec998c |
UHC | 午닷뫕修뗨왌 | 111001111110110110110100111001011001000110110111111000011111001110001011111010001001111010111101 | e7edb4e591b7e1f38be89ebd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)