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 | ???鍮?? | 00111111001111110011111111101000010010100011111100111111 | 3f3f3fe84a3f3f |
EUC-JP | 獒??鍮?? | 100011111100101110111011001111110011111111101111101010110011111100111111 | 8fcbbb3f3fefab3f3f |
UTF-8 | 獒붽쑈鍮딀에 | 111001111000110110010010111010111011011010111101111011001001000110001000111010011000110110101110111010111001010010000000111011001001011110010000 | e78d92ebb6bdec9188e98daeeb9480ec9790 |
UHC | 獒붽쑈鍮딀에 | 111010001010001110010100111010101011111010100100111010111011100110001010111001101011111110100001 | e8a394eabea4ebb98ae6bfa1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)