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鈺?? | 111110111100010000111111001111110110100011111011110001000011111100111111 | fbc43f3f68fbc43f3f |
EUC-JP | 鈺??h鈺?? | 1000111111100011110101010011111100111111011010001000111111100011110101010011111100111111 | 8fe3d53f3f688fe3d53f3f |
UTF-8 | 鈺쏉슛h鈺쏉슛 | 11101001100010001011101011101100100011111000100111101100100010101001101101101000111010011000100010111010111011001000111110001001111011001000101010011011 | e988baec8f89ec8a9b68e988baec8f89ec8a9b |
UHC | 鈺쏉슛h鈺쏉슛 | 11101000101011011001101111101111101111011011100001101000111010001010110110011011111011111011110110111000 | e8ad9befbdb868e8ad9befbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)