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 | 세솨셩셋솽솔 | 111011001000010010111000111011001000011010101000111011001000010110101001111011001000010110001011111011001000011010111101111011001000011010010100 | ec84b8ec86a8ec85a9ec858bec86bdec8694 |
UHC | 세솨셩셋솽솔 | 101111001011110010111100110111011011110011001101101111001100001010111100111000011011110011010110 | bcbcbcddbccdbcc2bce1bcd6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)