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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 溿灘ョ | 1111101101001010100100111110010110101110 | fb4a93e5ae |
EUC-JP | 溿灘ョ | 10001111110010001011000111000110111001111000111010101110 | 8fc8b1c6e78eae |
UTF-8 | 溿灘ョ | 111001101011101010111111111001111000000110011000111011111011110110101110 | e6babfe78198efbdae |
UHC | ?灘? | 00111111111101111010100000111111 | 3ff7a83f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)