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 | ?????hTB | 0011111100111111001111110011111100111111011010000101010001000010 | 3f3f3f3f3f685442 |
SJIS-WIN | ????繼hTB | 001111110011111100111111001111111110001110001011011010000101010001000010 | 3f3f3f3fe38b685442 |
EUC-JP | ????繼hTB | 001111110011111100111111001111111110010111101011011010000101010001000010 | 3f3f3f3fe5eb685442 |
UTF-8 | 렻ㅔ읖┙繼hTB | 111010111010000010111011111000111000010110010100111011001001110110010110111000101001010010011001111001111011100110111100011010000101010001000010 | eba0bbe38594ec9d96e29499e7b9bc685442 |
UHC | 렻ㅔ읖┙繼hTB | 10001110110000111010010011000100110000001100010110100110110001001100110110101001011010000101010001000010 | 8ec3a4c4c0c5a6c4cda9685442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)