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 | 癲??悠?> | 111000011001111100111111001111111001011101001001001111111000000110000100 | e19f3f3f97493f8184 |
EUC-JP | 癲??悠?> | 111000101010000100111111001111111100110110101010001111111010000111100100 | e2a13f3fcdaa3fa1e4 |
UTF-8 | 癲뺢낌悠띌> | 111001111001100110110010111010111011101010100010111010111000001010001100111001101000001010100000111010111001110110001100111011111011110010011110 | e799b2ebbaa2eb828ce682a0eb9d8cefbc9e |
UHC | 癲뺢낌悠띌> | 111011111010011010010101111010101011001110100110111010101110110110110110111010011010001110111110 | efa695eab3a6eaedb6e9a3be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)