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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 偕?蹄?醍 | 1001100011110001001111111001001011111011001111111001000111100111 | 98f13f92fb3f91e7 |
EUC-JP | 偕?蹄?醍 | 1101000011110011001111111100010011111101001111111100001011101001 | d0f33fc4fd3fc2e9 |
UTF-8 | 偕렱蹄렰醍 | 111001011000000110010101111010111010000010110001111010001011100110000100111010111010000010110000111010011000011010001101 | e58195eba0b1e8b984eba0b0e9868d |
UHC | 偕렱蹄렰醍 | 11111010101001011000111010111110111100001011010010001110101111011111000010110101 | faa58ebef0b48ebdf0b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)