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 | 與??訝? | 11100100011011110011111100111111111001100110001000111111 | e46f3f3fe6623f |
EUC-JP | 與??訝? | 11100111110100000011111100111111111010111100001100111111 | e7d03f3febc33f |
UTF-8 | 與썼쒼訝백 | 111010001000100010000111111011001000110110111100111011001001001010111100111010001010100010011101111010111011000010110001 | e88887ec8dbcec92bce8a89debb0b1 |
UHC | 與썼쒼訝백 | 11100110101010001011110111101000101111101011000011100100101110001011100111101001 | e6a8bde8beb0e4b8b9e9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)