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 | 沃??溢?? | 1001011110000000001111110011111110001000111011000011111100111111 | 97803f3f88ec3f3f |
EUC-JP | 沃??溢?? | 1100110111100000001111110011111110110000111011100011111100111111 | cde03f3fb0ee3f3f |
UTF-8 | 沃욌틷溢쀨틡 | 111001101011001010000011111011001001101010001100111011011000101110110111111001101011101010100010111011001000000010101000111011011000101110100001 | e6b283ec9a8ced8bb7e6baa2ec80a8ed8ba1 |
UHC | 沃욌틷溢쀨틡 | 111010001010101010011110111010111011101010011110111011001110111010010111111010001011101010001101 | e8aa9eebba9eecee97e8ba8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)