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 | 午??鼇?? | 1000110011011111001111110011111111101010100001110011111100111111 | 8cdf3f3fea873f3f |
EUC-JP | 午??鼇?? | 1011100011100001001111110011111111110011111001110011111100111111 | b8e13f3ff3e73f3f |
UTF-8 | 午닷뫕鼇사깹 | 111001011000110110001000111010111000101110110111111010111010101110010101111010011011110010000111111011001000001010101100111010101011100110111001 | e58d88eb8bb7ebab95e9bc87ec82aceab9b9 |
UHC | 午닷뫕鼇사깹 | 111001111110110110110100111001011001000110110111111010001010100010111011111001111011001010100001 | e7edb4e591b7e8a8bbe7b2a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)