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 | 俎????? | 10011000110101110011111100111111001111110011111100111111 | 98d73f3f3f3f3f |
EUC-JP | 俎????? | 11010000110110010011111100111111001111110011111100111111 | d0d93f3f3f3f3f |
UTF-8 | 俎ㅷ렎쟉렰렱 | 111001001011111110001110111000111000010110110111111010111010000010001110111011001001111110001001111010111010000010110000111010111010000010110001 | e4bf8ee385b7eba08eec9f89eba0b0eba0b1 |
UHC | 俎ㅷ렎쟉렰렱 | 111100001011101110100100111001111000111010100100110000001111000110001110101111011000111010111110 | f0bba4e78ea4c0f18ebd8ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)