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 | ???湲?? | 00111111001111110011111110011111110100010011111100111111 | 3f3f3f9fd13f3f |
EUC-JP | 璵??湲?? | 100011111100110011100110001111110011111111011110110100110011111100111111 | 8fcce63f3fded33f3f |
UTF-8 | 璵뱀꼳湲썽젏 | 111001111001001010110101111010111011000110000000111010101011110010110011111001101011100110110010111011001000110110111101111011001010000010001111 | e792b5ebb180eabcb3e6b9b2ec8dbdeca08f |
UHC | 璵뱀꼳湲썽젏 | 111001101010010110111001111011001000010010001100111010101011100010111101111010011010000010010000 | e6a5b9ec848ceab8bde9a090 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)