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 | 骸??壤?? | 1000101001011011001111110011111110011010110111110011111100111111 | 8a5b3f3f9adf3f3f |
EUC-JP | 骸??壤?? | 1011001110111100001111110011111111010100111000010011111100111111 | b3bc3f3fd4e13f3f |
UTF-8 | 骸쏃쎁壤㎪뮈 | 111010011010101010111000111011001000111110000011111011001000111010000001111001011010001110100100111000111000111010101010111010111010111010001000 | e9aab8ec8f83ec8e81e5a3a4e38eaaebae88 |
UHC | 骸쏃쎁壤㎪뮈 | 111110101011010110011011111010011001101110101011111001011011110110100111111001101011100110111111 | fab59be99babe5bda7e6b9bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)