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 | ???乙?? | 00111111001111110011111110001001101100110011111100111111 | 3f3f3f89b33f3f |
EUC-JP | ???乙?? | 00111111001111110011111110110010101101010011111100111111 | 3f3f3fb2b53f3f |
UTF-8 | 咽됯낮乙쀯쭒 | 111011111010011010011110111010111001000010101111111010111000001010101110111001001011100110011001111011001000000010101111111011001010110110010010 | efa69eeb90afeb82aee4b999ec80afecad92 |
UHC | 咽됯낮乙쀯쭒 | 111001101110110010001001111010101011001110110111111010111110000010010111111011111010011110001010 | e6ec89eab3b7ebe097efa78a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)