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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 琉숆뎬利쏀뿴 | 111011111010011110001100111011001000100010000110111010111000111010101100111011111010011110011101111011001000111110000000111010111011111110110100 | efa78cec8886eb8eacefa79dec8f80ebbfb4 |
UHC | 琉숆뎬利쏀뿴 | 111010111010010010011001111010101011010110110100111011001010011010111101111011011001011110110100 | eba499eab5b4eca6bded97b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)