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 | 鵝???ろ? | 1110101001000000001111110011111100111111100000101110101100111111 | ea403f3f3f82eb3f |
EUC-JP | 鵝???ろ? | 1111001110100001001111110011111100111111101001001110110100111111 | f3a13f3f3fa4ed3f |
UTF-8 | 鵝뉎끋溜ろ씉 | 111010011011010110011101111010111000100110001110111010111000000110001011111011111010011110001011111000111000001010001101111011001001010010001001 | e9b59deb898eeb818befa78be3828dec9489 |
UHC | 鵝뉎끋溜ろ씉 | 111001001011110110000111111000111000010110111101111010101111111010101010111011011001110110100001 | e4bd87e385bdeafeaaed9da1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)