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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | 陰??h陰?? | 100010010100000100111111001111110110100010001001010000010011111100111111 | 89413f3f6889413f3f |
EUC-JP | 陰??h陰?? | 101100011010001000111111001111110110100010110001101000100011111100111111 | b1a23f3f68b1a23f3f |
UTF-8 | 陰쎌뀞h陰쎌뀞 | 11101001100110011011000011101100100011101000110011101011100000001001111001101000111010011001100110110000111011001000111010001100111010111000000010011110 | e999b0ec8e8ceb809e68e999b0ec8e8ceb809e |
UHC | 陰쎌뀞h陰쎌뀞 | 11101011111001001011110111101100100001011001010101101000111010111110010010111101111011001000010110010101 | ebe4bdec859568ebe4bdec8595 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)