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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 譽f? | 1110011010100011100000101000011000111111 | e6a382863f |
EUC-JP | 譽f? | 1110110010100101101000111110011000111111 | eca5a3e63f |
UTF-8 | 譽f샍 | 111010001010110110111101111011111011110110000110111011001000001110001101 | e8adbdefbd86ec838d |
UHC | 譽f샍 | 111001111110001010100011111001101001100010111011 | e7e2a3e698bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)