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 | ???k | 00111111001111110011111101101011 | 3f3f3f6b |
SJIS-WIN | 淫??k | 1000100011111010001111110011111101101011 | 88fa3f3f6b |
EUC-JP | 淫??k | 1011000011111100001111110011111101101011 | b0fc3f3f6b |
UTF-8 | 淫쇱뀞k | 11100110101101111010101111101100100001111011000111101011100000001001111001101011 | e6b7abec87b1eb809e6b |
UHC | 淫쇱뀞k | 11101011111000101011110011101100100001011001010101101011 | ebe2bcec85956b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)