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 | 弔?吟?悠 | 1001001010100010001111111000101111100001001111111001011101001001 | 92a23f8be13f9749 |
EUC-JP | 弔?吟?悠 | 1100010010100100001111111011011011100011001111111100110110101010 | c4a43fb6e33fcdaa |
UTF-8 | 弔렲吟렞悠 | 111001011011110010010100111010111010000010110010111001011001000010011111111010111010000010011110111001101000001010100000 | e5bc94eba0b2e5909feba09ee682a0 |
UHC | 弔렲吟렞悠 | 11110000110000001000111010111111111010111110000110001110101011111110101011101101 | f0c08ebfebe18eafeaed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)