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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 瓮o?瓦??^ | 11100001010001001000001010001111001111111000101010100010001111110011111101011110 | e144828f3f8aa23f3f5e |
EUC-JP | 瓮o?瓦??^ | 11100001101001011010001111101111001111111011010010100100001111110011111101011110 | e1a5a3ef3fb4a43f3f5e |
UTF-8 | 瓮o쉘瓦뱄쉘^ | 11100111100100111010111011101111101111011000111111101100100010011001100011100111100100111010011011101011101100011000010011101100100010011001100001011110 | e793aeefbd8fec8998e793a6ebb184ec89985e |
UHC | 瓮o쉘瓦뱄쉘^ | 11101000101101111010001111101111101111011010100111101000101111111011100111101111101111011010100101011110 | e8b7a3efbda9e8bfb9efbda95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)