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 | 闌イ邏吮赴遽 | 1110100010001100101100101110011110110100100110011110001010010101100010111110011110101111 | e88cb2e7b499e2958be7af |
EUC-JP | 闌イ邏吮赴遽 | 111011111110110010001110101100101110111010110110110100101110010011001001111010111110111010110001 | efec8eb2eeb6d2e4c9ebeeb1 |
UTF-8 | 闌イ邏吮赴遽 | 111010011001011110001100111011111011110110110010111010011000001010001111111001011001000010101110111010001011010110110100111010011000000110111101 | e9978cefbdb2e9828fe590aee8b5b4e981bd |
UHC | ??邏?赴遽 | 001111110011111111010101101001000011111111011101101110011100101111101000 | 3f3fd5a43fddb9cbe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)