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 | ??搖? | 0011111100111111100111011000101000111111 | 3f3f9d8a3f |
EUC-JP | ??搖? | 0011111100111111110110011110101000111111 | 3f3fd9ea3f |
UTF-8 | 렯롕搖렱 | 111010111010000010101111111010111010000110010101111001101001000010010110111010111010000010110001 | eba0afeba195e69096eba0b1 |
UHC | 렯롕搖렱 | 1000111010111100100011101101100111101000111101001000111010111110 | 8ebc8ed9e8f48ebe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)