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 | 形?湖?猥 | 1000110001100000001111111000110011001110001111111110000011001110 | 8c603f8cce3fe0ce |
EUC-JP | 形?湖?猥 | 1011011111000001001111111011100011010000001111111110000011010000 | b7c13fb8d03fe0d0 |
UTF-8 | 形렠湖렞猥 | 111001011011110110100010111010111010000010100000111001101011100110010110111010111010000010011110111001111000110010100101 | e5bda2eba0a0e6b996eba09ee78ca5 |
UHC | 形렠湖렞猥 | 11111011101000011000111010110001111110111100100110001110101011111110100011100101 | fba18eb1fbc98eafe8e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)