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 | 鮟倡葵゚ヤ | 1110100110111011100110001110011110001000101010001101111111010100 | e9bb98e788a8dfd4 |
EUC-JP | 鮟倡葵゚ヤ | 11110010101111011101000011101001101100001010101010001110110111111000111011010100 | f2bdd0e9b0aa8edf8ed4 |
UTF-8 | 鮟倡葵゚ヤ | 111010011010111010011111111001011000000010100001111010001001000110110101111011111011111010011111111011111011111010010100 | e9ae9fe580a1e891b5efbe9fefbe94 |
UHC | 鮟倡葵?? | 1110010011010101111100111101101111010000101011010011111100111111 | e4d5f3dbd0ad3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)