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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鋗式鋗式B | 111110111101000010001110101011101111101111010000100011101010111001000010 | fbd08eaefbd08eae42 |
EUC-JP | 鋗式鋗式B | 1000111111100100110000011011110010110000100011111110010011000001101111001011000001000010 | 8fe4c1bcb08fe4c1bcb042 |
UTF-8 | 鋗式鋗式B | 11101001100010111001011111100101101111001000111111101001100010111001011111100101101111001000111101000010 | e98b97e5bc8fe98b97e5bc8f42 |
UHC | ?式?式B | 00111111111000111101001000111111111000111101001001000010 | 3fe3d23fe3d242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)