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 | ???由?, | 0011111100111111001111111001011101010010001111111000000101000011 | 3f3f3f97523f8143 |
EUC-JP | ???由?, | 0011111100111111001111111100110110110011001111111010000110100100 | 3f3f3fcdb33fa1a4 |
UTF-8 | 列룸떟由쇔, | 111011111010011010011100111010111010001110111000111010111001011010011111111001111001010010110001111011001000011110010100111011111011110010001100 | efa69ceba3b8eb969fe794b1ec8794efbc8c |
UHC | 列룸떟由쇔, | 111001101110101010110111111010111000101110110101111010111010011010111100111001011010001110101100 | e6eab7eb8bb5eba6bce5a3ac |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)