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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
UTF-8 | 릜뽖욨돊 | 111010111010011010011100111010111011110110010110111011001001101010101000111010111000111110001010 | eba69cebbd96ec9aa8eb8f8a |
UHC | 릜뽖욨돊 | 1001000001111000100101101101001010011111010000011000100110011010 | 907896d29f41899a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)