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 | ?渦??渦? | 0011111110001001010100010011111100111111100010010101000100111111 | 3f89513f3f89513f |
EUC-JP | ?渦??渦? | 0011111110110001101100100011111100111111101100011011001000111111 | 3fb1b23f3fb1b23f |
UTF-8 | 씨渦렫씨渦렡 | 111011001001010010101000111001101011100010100110111010111010000010101011111011001001010010101000111001101011100010100110111010111010000010100001 | ec94a8e6b8a6eba0abec94a8e6b8a6eba0a1 |
UHC | 씨渦렫씨渦렡 | 101111101011111011101000101111101000111010111001101111101011111011101000101111101000111010110010 | bebee8be8eb9bebee8be8eb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)