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 | ??N}??N{^ | 001111110011111101001110011111010011111100111111010011100111101101011110 | 3f3f4e7d3f3f4e7b5e |
SJIS-WIN | 諞本N}諞本N{^ | 11100110100001101001011001111011010011100111110111100110100001101001011001111011010011100111101101011110 | e686967b4e7de686967b4e7b5e |
EUC-JP | 諞本N}諞本N{^ | 11101011111001101100101111011100010011100111110111101011111001101100101111011100010011100111101101011110 | ebe6cbdc4e7debe6cbdc4e7b5e |
UTF-8 | 諞本N}諞本N{^ | 1110100010101011100111101110011010011100101011000100111001111101111010001010101110011110111001101001110010101100010011100111101101011110 | e8ab9ee69cac4e7de8ab9ee69cac4e7b5e |
UHC | ?本N}?本N{^ | 0011111111011100111000100100111001111101001111111101110011100010010011100111101101011110 | 3fdce24e7d3fdce24e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)