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 | 隨第焔 | 111001111010110010010001111001101000100110001011 | e7ac91e6898b |
EUC-JP | 隨第焔 | 111011101010111011000010111010001011000111101011 | eeaec2e8b1eb |
UTF-8 | 隨第焔 | 111010011001101010101000111001111010110010101100111001111000010010010100 | e99aa8e7acace78494 |
UHC | 隨第? | 1110001011001011111100001010111100111111 | e2cbf0af3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)