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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??耀昱 | 001111110011111110010111011100111111101001100011 | 3f3f9773fa63 |
EUC-JP | ??耀昱 | 00111111001111111100110111010100100011111100001010101101 | 3f3fcdd48fc2ad |
UTF-8 | 엗쏁耀昱 | 111011001001011110010111111011001000111110000001111010001000000010000000111001101001100010110001 | ec9797ec8f81e88080e698b1 |
UHC | 엗쏁耀昱 | 1001111001101111100110111110011111101001101001011110100111110000 | 9e6f9be7e9a5e9f0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)