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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 閭夐椈逍ケ閭 | 1110100010000011100110101110100110011110100110001110011110010110101110011110100010000011 | e8839ae99e98e796b9e883 |
EUC-JP | 閭夐椈逍ケ閭 | 111011111110001111010100111010111101101111111000111011011111011010001110101110011110111111100011 | efe3d4ebdbf8edf68eb9efe3 |
UTF-8 | 閭夐椈逍ケ閭 | 111010011001011010101101111001011010010010010000111001101010010010001000111010011000000010001101111011111011110110111001111010011001011010101101 | e996ade5a490e6a488e9808defbdb9e996ad |
UHC | 閭??逍?閭 | 110101011110111100111111001111111110000111001110001111111101010111101111 | d5ef3f3fe1ce3fd5ef |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)