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 | 鐘ルク鰡襠爾 | 10001111111000001101100110111000111010011101110111100101111110111000111010100010 | 8fe0d9b8e9dde5fb8ea2 |
EUC-JP | 鐘ルク鰡襠爾 | 101111101110001010001110110110011000111010111000111100101101111111101010111111011011110010100100 | bee28ed98eb8f2dfeafdbca4 |
UTF-8 | 鐘ルク鰡襠爾 | 111010011001000010011000111011111011111010011001111011111011110110111000111010011011000010100001111010001010010110100000111001111000100010111110 | e99098efbe99efbdb8e9b0a1e8a5a0e788be |
UHC | 鐘????爾 | 1111000110100100001111110011111100111111001111111110110010110011 | f1a43f3f3f3fecb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)