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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 鮟倡葵迹 | 1110100110111011100110001110011110001000101010001110011110010001 | e9bb98e788a8e791 |
EUC-JP | 鮟倡葵迹 | 1111001010111101110100001110100110110000101010101110110111110001 | f2bdd0e9b0aaedf1 |
UTF-8 | 鮟倡葵迹 | 111010011010111010011111111001011000000010100001111010001001000110110101111010001011111110111001 | e9ae9fe580a1e891b5e8bfb9 |
UHC | 鮟倡葵迹 | 1110010011010101111100111101101111010000101011011110111011101001 | e4d5f3dbd0adeee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)