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 | 額??揄?? | 1000101001111010001111110011111110011101100010010011111100111111 | 8a7a3f3f9d893f3f |
EUC-JP | 額??揄?? | 1011001111011011001111110011111111011001111010010011111100111111 | b3db3f3fd9e93f3f |
UTF-8 | 額됤뫔揄귝략 | 111010011010000110001101111010111001000010100100111010111010101110010100111001101000111110000100111010101011011110011101111010111001111010110101 | e9a18deb90a4ebab94e68f84eab79deb9eb5 |
UHC | 額됤뫔揄귝략 | 111001001111111010001001111000101001000110110110111010101111000110000010111001101011011110101011 | e4fe89e291b6eaf182e6b7ab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)