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 | 鸙璽鋙失 | 1111110001001010100011101010001111111011110100011000111010111000 | fc4a8ea3fbd18eb8 |
EUC-JP | 鸙璽鋙失 | 10001111111011001101011010111100101001011000111111100100110000111011110010111010 | 8fecd6bca58fe4c3bcba |
UTF-8 | 鸙璽鋙失 | 111010011011100010011001111001111001001010111101111010011000101110011001111001011010010010110001 | e9b899e792bde98b99e5a4b1 |
UHC | ?璽?失 | 001111111101111111011110001111111110001111110111 | 3fdfde3fe3f7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)