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 | 獒??縕?? | 10001111110010111011101100111111001111111000111111010100110000100011111100111111 | 8fcbbb3f3f8fd4c23f3f |
UTF-8 | 獒섓슬縕끾퍒 | 111001111000110110010010111011001000010010010011111011001000101010101100111001111011100010010101111010111000000110111110111011011000110110010010 | e78d92ec8493ec8aace7b895eb81beed8d92 |
UHC | 獒섓슬縕끾퍒 | 111010001010001110011000111011111011110110111101111010001011001010000101111001101011101110001001 | e8a398efbdbde8b285e6bb89 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)