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숲瓦뱄숲^ | 11100111100100111010111011101111101111011000111111101100100010001011001011100111100100111010011011101011101100011000010011101100100010001011001001011110 | e793aeefbd8fec88b2e793a6ebb184ec88b25e |
UHC | 瓮o숲瓦뱄숲^ | 11101000101101111010001111101111101111011010001111101000101111111011100111101111101111011010001101011110 | e8b7a3efbda3e8bfb9efbda35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)