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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ???維? | 001111110011111100111111100010001101101100111111 | 3f3f3f88db3f |
EUC-JP | ???維? | 001111110011111100111111101100001101110100111111 | 3f3f3fb0dd3f |
UTF-8 | 嶺뚭봇維볠 | 111011111010011010101011111010111001101010101101111010111011010010000111111001111011011010101101111010111011001110100000 | efa6abeb9aadebb487e7b6adebb3a0 |
UHC | 嶺뚭봇維볠 | 11100111101011011000110011101010101110101011111111101011101010111001001111100110 | e7ad8ceababfebab93e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)