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 | 00111111001111110011111100111111001111110011111101001011 | 3f3f3f3f3f3f4b |
SJIS-WIN | 蔭??蔭??K | 100010001111110000111111001111111000100011111100001111110011111101001011 | 88fc3f3f88fc3f3f4b |
EUC-JP | 蔭??蔭??K | 101100001111111000111111001111111011000011111110001111110011111101001011 | b0fe3f3fb0fe3f3f4b |
UTF-8 | 蔭붿꽏蔭붿꽠K | 11101000100101001010110111101011101101101011111111101010101111011000111111101000100101001010110111101011101101101011111111101010101111011010000001001011 | e894adebb6bfeabd8fe894adebb6bfeabda04b |
UHC | 蔭붿꽏蔭붿꽠K | 11101011111000111001010011101100100001001001111111101011111000111001010011101100100001001010110101001011 | ebe394ec849febe394ec84ad4b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)