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鈺쏙쉑 | 11101001100010001011101011101100100011111001100111101100100010011001000101101000111010011000100010111010111011001000111110011001111011001000100110010001 | e988baec8f99ec899168e988baec8f99ec8991 |
UHC | 鈺쏙쉑h鈺쏙쉑 | 11101000101011011011110111101111101111011010011101101000111010001010110110111101111011111011110110100111 | e8adbdefbda768e8adbdefbda7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)