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 | 恙?? | 10011100100110010011111100111111 | 9c993f3f |
EUC-JP | 恙?? | 11010111111110010011111100111111 | d7f93f3f |
UTF-8 | 恙뚧삃 | 111001101000000110011001111010111001101010100111111011001000001010000011 | e68199eb9aa7ec8283 |
UHC | 恙뚧삃 | 111001011011111110001100111001101001100010001010 | e5bf8ce6988a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)