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 | 影??譽f? | 100010010110010100111111001111111110011010100011100000101000011000111111 | 89653f3fe6a382863f |
EUC-JP | 影??譽f? | 101100011100011000111111001111111110110010100101101000111110011000111111 | b1c63f3feca5a3e63f |
UTF-8 | 影앻궧譽f굄 | 111001011011110110110001111011001001010110111011111010101011011010100111111010001010110110111101111011111011110110000110111010101011010110000100 | e5bdb1ec95bbeab6a7e8adbdefbd86eab584 |
UHC | 影앻궧譽f굄 | 111001111010111110011101111011101000001010111001111001111110001010100011111001101011000110101111 | e7af9dee82b9e7e2a3e6b1af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)