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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 谷造尊奪族 | 10010010010010101001000110100010100100011011100010010010010001001001000110110000 | 924a91a291b8924491b0 |
EUC-JP | 谷造尊奪族 | 11000011101010111100001010100100110000101011101011000011101001011100001010110010 | c3abc2a4c2bac3a5c2b2 |
UTF-8 | 谷造尊奪族 | 111010001011000010110111111010011000000010100000111001011011000010001010111001011010010110101010111001101001011110001111 | e8b0b7e980a0e5b08ae5a5aae6978f |
UHC | 谷造尊奪族 | 11001101110110111111000011100011111100001110111011110111101011001111000011101001 | cddbf0e3f0eef7acf0e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)