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 | ???辱?? | 00111111001111110011111110010000010010100011111100111111 | 3f3f3f904a3f3f |
EUC-JP | ???辱?? | 00111111001111110011111110111111101010110011111100111111 | 3f3f3fbfab3f3f |
UTF-8 | 緣끻쳣辱얗쎁 | 111001111011011110100011111010111000000110111011111011001011001110100011111010001011111010110001111011001001011010010111111011001000111010000001 | e7b7a3eb81bbecb3a3e8beb1ec9697ec8e81 |
UHC | 緣끻쳣辱얗쎁 | 111001101101111010000101111001011010101110001001111010011011010010111110111010011001101110101011 | e6de85e5ab89e9b4bee99bab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)