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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ??飡??? | 0011111100111111100011111110100011001000001111110011111100111111 | 3f3f8fe8c83f3f3f |
UTF-8 | 읝왃飡먬먦뗼 | 111011001001110110011101111011001001100110000011111010011010001110100001111010111010100010101100111010111010100010100110111010111001011110111100 | ec9d9dec9983e9a3a1eba8aceba8a6eb97bc |
UHC | 읝왃飡먬먦뗼 | 100111111100011010011110101101101110000111100010100100001110100110010000111000111000101111111011 | 9fc69eb6e1e290e990e38bfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)