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 | ???LB | 0011111100111111001111110100110001000010 | 3f3f3f4c42 |
SJIS-WIN | 郤常蒐LB | 1110011110111010100011111110110110001111010011100100110001000010 | e7ba8fed8f4e4c42 |
EUC-JP | 郤常蒐LB | 1110111010111100101111101110111110111101101011110100110001000010 | eebcbeefbdaf4c42 |
UTF-8 | 郤常蒐LB | 1110100110000011101001001110010110111000101110001110100010010010100100000100110001000010 | e983a4e5b8b8e892904c42 |
UHC | ?常蒐LB | 00111111110111111100100011100010101111010100110001000010 | 3fdfc8e2bd4c42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)