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 | ?男?}?悸 | 001111111001001001101010001111111000000101110000001111111001110010100111 | 3f926a3f81703f9ca7 |
EUC-JP | ?男?}?悸 | 001111111100001111001011001111111010000111010001001111111101100010101001 | 3fc3cb3fa1d13fd8a9 |
UTF-8 | 룵男룶}룴悸 | 111010111010001110110101111001111001010010110111111010111010001110110110111011111011110110011101111010111010001110110100111001101000001010111000 | eba3b5e794b7eba3b6efbd9deba3b4e682b8 |
UHC | 룵男룶}룴悸 | 100011111010101011010001111110111000111110101011101000111111110110001111101010011100110011111011 | 8faad1fb8faba3fd8fa9ccfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)