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 | ????N? | 001111110011111100111111001111110100111000111111 | 3f3f3f3f4e3f |
SJIS-WIN | ????N? | 001111110011111100111111001111110100111000111111 | 3f3f3f3f4e3f |
EUC-JP | ????N? | 001111110011111100111111001111110100111000111111 | 3f3f3f3f4e3f |
UTF-8 | 렺셔旽렮N렺 | 11101011101000001011101011101100100001011001010011100110100101111011110111101011101000001010111001001110111010111010000010111010 | eba0baec8594e697bdeba0ae4eeba0ba |
UHC | 렺셔旽렮N렺 | 1000111011000010101111001100010111010100110001011000111010111011010011101000111011000010 | 8ec2bcc5d4c58ebb4e8ec2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)