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 | 閻灘涵譴「 | 111010001000010110010011111001011001111110111100111001101010001010100010 | e88593e59fbce6a2a2 |
EUC-JP | 閻灘涵譴「 | 11101111111001011100011011100111110111101011111011101100101001001000111010100010 | efe5c6e7debeeca48ea2 |
UTF-8 | 閻灘涵譴「 | 111010011001011010111011111001111000000110011000111001101011011010110101111010001010110110110100111011111011110110100010 | e996bbe78198e6b6b5e8adb4efbda2 |
UHC | 閻灘涵譴? | 111001111010001011110111101010001111100111100100110011001011100100111111 | e7a2f7a8f9e4ccb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)