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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | ???伊?? | 00111111001111110011111110001000110010010011111100111111 | 3f3f3f88c93f3f |
EUC-JP | ???伊?? | 00111111001111110011111110110000110010110011111100111111 | 3f3f3fb0cb3f3f |
UTF-8 | 劣곌퇍伊덃걗 | 111011111010011010011101111010101011001110001100111011011000011110001101111001001011110010001010111010111000110110000011111010101011000110010111 | efa69deab38ced878de4bc8aeb8d83eab197 |
UHC | 劣곌퇍伊덃걗 | 111001101110101110110000111010101011011110011110111011001010010110001000111001101000000110000010 | e6ebb0eab79eeca588e68182 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)