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 | 夜??猷?? | 1001011011101001001111110011111110010111010100010011111100111111 | 96e93f3f97513f3f |
EUC-JP | 夜??猷?? | 1100110011101011001111110011111111001101101100100011111100111111 | cceb3f3fcdb23f3f |
UTF-8 | 夜쏅뗄猷욇렟 | 111001011010010010011100111011001000111110000101111010111001011110000100111001111000110010110111111011001001101010000111111010111010000010011111 | e5a49cec8f85eb9784e78cb7ec9a87eba09f |
UHC | 夜쏅뗄猷욇렟 | 111001011010100010011011111010111011011010111111111010111010001110011110111010011000111010110000 | e5a89bebb6bfeba39ee98eb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)