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 | ?蒼?? | 0011111110010001100100110011111100111111 | 3f91933f3f |
EUC-JP | ?蒼?? | 0011111111000001111100110011111100111111 | 3fc1f33f3f |
UTF-8 | 렱蒼렣렳 | 111010111010000010110001111010001001001010111100111010111010000010100011111010111010000010110011 | eba0b1e892bceba0a3eba0b3 |
UHC | 렱蒼렣렳 | 1000111010111110111100111110111110001110101101001000111011000000 | 8ebef3ef8eb48ec0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)