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 | 馭??悠?? | 1110100101100110001111110011111110010111010010010011111100111111 | e9663f3f97493f3f |
EUC-JP | 馭??悠?? | 1111000111000111001111110011111111001101101010100011111100111111 | f1c73f3fcdaa3f3f |
UTF-8 | 馭숇뮓悠볠걲 | 111010011010011010101101111011001000100010000111111010111010111010010011111001101000001010100000111010111011001110100000111010101011000110110010 | e9a6adec8887ebae93e682a0ebb3a0eab1b2 |
UHC | 馭숇뮓悠볠걲 | 111001011101111110011001111010111001001010011111111010101110110110010011111001101000000110011001 | e5df99eb929feaed93e68199 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)