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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 倭????? | 10011000011000000011111100111111001111110011111100111111 | 98603f3f3f3f3f |
EUC-JP | 倭????? | 11001111110000010011111100111111001111110011111100111111 | cfc13f3f3f3f3f |
UTF-8 | 倭롳퐡囹잒젍 | 111001011000000010101101111010111010000110110011111011011001000010100001111011111010011010101001111011001001111010010010111011001010000010001101 | e580adeba1b3ed90a1efa6a9ec9e92eca08d |
UHC | 倭롳퐡囹잒젍 | 111010001101111010001110111011111011110110001010111001111010101010011111111010001010000010001110 | e8de8eefbd8ae7aa9fe8a08e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)