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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 谷損蔵] | 10010010010010101001000110111001100100011010000001011101 | 924a91b991a05d |
EUC-JP | 谷損蔵] | 11000011101010111100001010111011110000101010001001011101 | c3abc2bbc2a25d |
UTF-8 | 谷損蔵] | 11101000101100001011011111100110100100001000110111101000100101001011010101011101 | e8b0b7e6908de894b55d |
UHC | 谷損?] | 110011011101101111100001110111110011111101011101 | cddbe1df3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)