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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 訷夭ぐ邂 | 1111101110100100100110101110111010000010101011101110011110101110 | fba49aee82aee7ae |
EUC-JP | 訷夭ぐ邂 | 100011111101110111010100110101001111000010100100101100001110111010110000 | 8fddd4d4f0a4b0eeb0 |
UTF-8 | 訷夭ぐ邂 | 111010001010100010110111111001011010010010101101111000111000000110010000111010011000001010000010 | e8a8b7e5a4ade38190e98282 |
UHC | ?夭ぐ邂 | 00111111111010001110110010101010101100001111101010110011 | 3fe8ecaab0fab3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)