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 | 橈????? | 10011110111101000011111100111111001111110011111100111111 | 9ef43f3f3f3f3f |
EUC-JP | 橈????? | 11011100111101100011111100111111001111110011111100111111 | dcf63f3f3f3f3f |
UTF-8 | 橈녵툧歷뺠쐨 | 111001101010100110001000111010111000010110110101111011011000100010100111111011111010011010001100111010111011101010100000111011001001000010101000 | e6a988eb85b5ed88a7efa68cebbaa0ec90a8 |
UHC | 橈녵툧歷뺠쐨 | 111010001111101010000110111001001011100010011110111001101011100010010101111010001001110010001101 | e8fa86e4b89ee6b895e89c8d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)