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 | 鮏璽醤 | 1111110001000011100011101010001110001111110111011111100111101100 | fc438ea38fddf9ec |
EUC-JP | 鮏璽醤? | 1000111111101010110110111011110010100101101111101101111100111111 | 8feadbbca5bedf3f |
UTF-8 | 鮏璽醤 | 111010011010111010001111111001111001001010111101111010011000011010100100111011101001110110000111 | e9ae8fe792bde986a4ee9d87 |
UHC | ?璽?? | 0011111111011111110111100011111100111111 | 3fdfde3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)