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 | ??∨?? | 001111110011111110000001110010010011111100111111 | 3f3f81c93f3f |
EUC-JP | ??∨?? | 001111110011111110100010110010110011111100111111 | 3f3fa2cb3f3f |
UTF-8 | 룵핊∨礪점 | 111010111010001110110101111011011001010110001010111000101000100010101000111011111010011010000101111011001010000010010000 | eba3b5ed958ae288a8efa685eca090 |
UHC | 룵핊∨礪점 | 10001111101010101100000010001111101000011111110111100110101001111100000110100001 | 8faac08fa1fde6a7c1a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)