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 | ???二?? | 00111111001111110011111110010011111100010011111100111111 | 3f3f3f93f13f3f |
EUC-JP | ???二?? | 00111111001111110011111111000110111100110011111100111111 | 3f3f3fc6f33f3f |
UTF-8 | 若쒓퀡二댐쭓 | 111011111010010110110100111011001001001010010011111011011000000010100001111001001011101010001100111010111000110010010000111011001010110110010011 | efa5b4ec9293ed80a1e4ba8ceb8c90ecad93 |
UHC | 若쒓퀡二댐쭓 | 111001011010111010011100111010101011001110010101111011001010001110110100111011111010011110001011 | e5ae9ceab395eca3b4efa78b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)