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 | 儲基???? | 1001011011010111100010101110111000111111001111110011111100111111 | 96d78aee3f3f3f3f |
EUC-JP | 儲基???? | 1100110011011001101101001111000000111111001111110011111100111111 | ccd9b4f03f3f3f3f |
UTF-8 | 儲基렱숄렰렧 | 111001011000010010110010111001011001111110111010111010111010000010110001111011001000100010000100111010111010000010110000111010111010000010100111 | e584b2e59fbaeba0b1ec8884eba0b0eba0a7 |
UHC | 儲基렱숄렰렧 | 111011101011100111010000111100011000111010111110101111001111000110001110101111011000111010110110 | eeb9d0f18ebebcf18ebd8eb6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)