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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闇γ??? | 10001000110001011000001111000001001111110011111100111111 | 88c583c13f3f3f |
EUC-JP | 闇γ??? | 10110000110001111010011011000011001111110011111100111111 | b0c7a6c33f3f3f |
UTF-8 | 闇γ끃杻랡 | 1110100110010111100001111100111010110011111010111000000110000011111011111010011110001000111010111001111010100001 | e99787ceb3eb8183efa788eb9ea1 |
UHC | 闇γ끃杻랡 | 11100100111000011010010111100011100001011011100111101010111101001000111001000010 | e4e1a5e385b9eaf48e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)