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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 軏宅答轢 | 1111101110110010100100011110111010010011100110101110011110000000 | fbb291ee939ae780 |
EUC-JP | 軏宅答轢 | 100011111110000011011001110000101111000011000101111110101110110111100000 | 8fe0d9c2f0c5faede0 |
UTF-8 | 軏宅答轢 | 111010001011101110001111111001011010111010000101111001111010110110010100111010001011110110100010 | e8bb8fe5ae85e7ad94e8bda2 |
UHC | ?宅答轢 | 00111111110100111110101111010011110011011101010111111001 | 3fd3ebd3cdd5f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)