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 | 諸??咀 | 100011111001010000111111001111111001100111110000 | 8f943f3f99f0 |
EUC-JP | 諸??咀 | 101111011111010000111111001111111101001011110010 | bdf43f3fd2f2 |
UTF-8 | 諸쇠浪咀 | 111010001010101110111000111011001000011110100000111011111010010010101010111001011001001010000000 | e8abb8ec87a0efa4aae59280 |
UHC | 諸쇠浪咀 | 1111000010110011101111001110100011010010101010011110111010111010 | f0b3bce8d2a9eeba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)