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 | 旦属単端 | 1001001001010101100100011010111010010010010100001001001001011011 | 925591ae9250925b |
EUC-JP | 旦属単端 | 1100001110110110110000101011000011000011101100011100001110111100 | c3b6c2b0c3b1c3bc |
UTF-8 | 旦属単端 | 111001101001011110100110111001011011000110011110111001011000110110011000111001111010101110101111 | e697a6e5b19ee58d98e7abaf |
UHC | 旦??端 | 110100111010100100111111001111111101001110101110 | d3a93f3fd3ae |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)