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 | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
SJIS-WIN | ??????] | 00111111001111110011111100111111001111110011111101011101 | 3f3f3f3f3f3f5d |
EUC-JP | ?????Ł] | 001111110011111100111111001111110011111110001111101010011010100001011101 | 3f3f3f3f3f8fa9a85d |
UTF-8 | 梨곗갸淋됱Ł] | 111011111010011110100010111010101011001110010111111010101011000010111000111011111010011110110101111010111001000010110001110001011000000101011101 | efa7a2eab397eab0b8efa7b5eb90b1c5815d |
UHC | 梨곗갸淋됱Ł] | 11101100101100011011000011101100101100001011110011101100111110001000100111101100101010001010100101011101 | ecb1b0ecb0bcecf889eca8a95d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)