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 | 諸灘ョ肴昏 | 111110111010100110010011111001011010111010001101111001101000110110101000 | fba993e5ae8de68da8 |
EUC-JP | ?灘ョ肴昏 | 001111111100011011100111100011101010111010111010111010001011101010101010 | 3fc6e78eaebae8baaa |
UTF-8 | 諸灘ョ肴昏 | 111011111010100010100010111001111000000110011000111011111011110110101110111010001000001010110100111001101001100010001111 | efa8a2e78198efbdaee882b4e6988f |
UHC | ?灘?肴昏 | 0011111111110111101010000011111111111101101000101111101111100111 | 3ff7a83ffda2fbe7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)