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 | ??@y??@yB | 001111110011111101000000011110010011111100111111010000000111100101000010 | 3f3f40793f3f407942 |
SJIS-WIN | ??@y??@yB | 001111110011111101000000011110010011111100111111010000000111100101000010 | 3f3f40793f3f407942 |
EUC-JP | ??@y??@yB | 001111110011111101000000011110010011111100111111010000000111100101000010 | 3f3f40793f3f407942 |
UTF-8 | 횂혪@y횂혪@yB | 1110110110011010100000101110110110011000101010100100000001111001111011011001101010000010111011011001100010101010010000000111100101000010 | ed9a82ed98aa4079ed9a82ed98aa407942 |
UHC | 횂혪@y횂혪@yB | 11000011100000101100001010010010010000000111100111000011100000101100001010010010010000000111100101000010 | c382c2924079c382c292407942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)