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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
EUC-JP | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
UTF-8 | 렱롒센셔샴 | 111010111010000010110001111010111010000110010010111011001000010010111100111011001000010110010100111011001000001110110100 | eba0b1eba192ec84bcec8594ec83b4 |
UHC | 렱롒센셔샴 | 10001110101111101000111011010111101111001011111010111100110001011011110010100100 | 8ebe8ed7bcbebcc5bca4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)