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 | 錠?g | 1000111111111001001111111000001010000111 | 8ff93f8287 |
EUC-JP | 錠?g | 1011111011111011001111111010001111100111 | befb3fa3e7 |
UTF-8 | 錠겼g | 111010011000110010100000111010101011001010111100111011111011110110000111 | e98ca0eab2bcefbd87 |
UHC | 錠겼g | 111011111111110010110000111001011010001111100111 | effcb0e5a3e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)