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 | 苑?宿 | 1000100110010001001111111000111101101000 | 89913f8f68 |
EUC-JP | 苑?宿 | 1011000111110001001111111011110111001001 | b1f13fbdc9 |
UTF-8 | 苑쇈宿 | 111010001000101110010001111011001000011110001000111001011010111010111111 | e88b91ec8788e5aebf |
UHC | 苑쇈宿 | 111010101011110110111100111000111110001011010110 | eabdbce3e2d6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)