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 | ???怡?? | 00111111001111110011111110011100011111010011111100111111 | 3f3f3f9c7d3f3f |
EUC-JP | 璵??怡?? | 100011111100110011100110001111110011111111010111110111100011111100111111 | 8fcce63f3fd7de3f3f |
UTF-8 | 璵뱀꼻怡뜹냶 | 111001111001001010110101111010111011000110000000111010101011110010111011111001101000000010100001111010111001110010111001111010111000001110110110 | e792b5ebb180eabcbbe680a1eb9cb9eb83b6 |
UHC | 璵뱀꼻怡뜹냶 | 111001101010010110111001111011001000010010010011111011001010111010110110111001011000011010000110 | e6a5b9ec8493ecaeb6e58686 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)