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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 釭式鋐室 | 11111011101111011000111010101110111110111101001010001110101110101111001010100010 | fbbd8eaefbd28ebaf2a2 |
EUC-JP | 釭式鋐室? | 1000111111100011101011111011110010110000100011111110010010111110101111001011110000111111 | 8fe3afbcb08fe4bebcbc3f |
UTF-8 | 釭式鋐室 | 111010011000011110101101111001011011110010001111111010011000101110010000111001011010111010100100111011101000011110011001 | e987ade5bc8fe98b90e5aea4ee8799 |
UHC | ?式?室? | 00111111111000111101001000111111111000111111100000111111 | 3fe3d23fe3f83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)