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 | ?譴辯貍驕咒 | 0011111111100110101000101110011110000111111001101011110011101001100000011001100111101110 | 3fe6a2e787e6bce98199ee |
EUC-JP | 訑譴辯貍驕咒 | 10001111110111011100011111101100101001001110110111100111111011001011111011110001111000011101001011110000 | 8fddc7eca4ede7ecbef1e1d2f0 |
UTF-8 | 訑譴辯貍驕咒 | 111010001010100010010001111010001010110110110100111010001011111010101111111010001011001010001101111010011010100110010101111001011001001010010010 | e8a891e8adb4e8beafe8b28de9a995e59292 |
UHC | ?譴辯?驕? | 001111111100110010111001110111001010101000111111110011101111011000111111 | 3fccb9dcaa3fcef63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)