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 | 智?姨?闇 | 1001001001110001001111111001101101001000001111111000100011000101 | 92713f9b483f88c5 |
EUC-JP | 智?姨?闇 | 1100001111010010001111111101010110101001001111111011000011000111 | c3d23fd5a93fb0c7 |
UTF-8 | 智렱姨렚闇 | 111001101001100110111010111010111010000010110001111001011010011110101000111010111010000010011010111010011001011110000111 | e699baeba0b1e5a7a8eba09ae99787 |
UHC | 智렱姨렚闇 | 11110010101010101000111010111110111011001010100110001110101011011110010011100001 | f2aa8ebeeca98eade4e1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)