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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
UTF-8 | 梨덉쮼梨곗쮷 | 111011111010011110100010111010111000110110001001111011001010111010111100111011111010011110100010111010101011001110010111111011001010111010110111 | efa7a2eb8d89ecaebcefa7a2eab397ecaeb7 |
UHC | 梨덉쮼梨곗쮷 | 111011001011000110001000111011001010100010011000111011001011000110110000111011001010100010010100 | ecb188eca898ecb1b0eca894 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)