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 | 逸???日界 | 100010001110110100111111001111110011111110010011111110101000101001000101 | 88ed3f3f3f93fa8a45 |
EUC-JP | 逸???日界 | 101100001110111100111111001111110011111111000110111111001011001110100110 | b0ef3f3f3fc6fcb3a6 |
UTF-8 | 逸경렲렱日界 | 111010011000000010111000111010101011001010111101111010111010000010110010111010111010000010110001111001101001011110100101111001111001010110001100 | e980b8eab2bdeba0b2eba0b1e697a5e7958c |
UHC | 逸경렲렱日界 | 111011001110111110110000111001101000111010111111100011101011111011101100111011011100110110100011 | ecefb0e68ebf8ebeecedcda3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)