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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 俉??穩?? | 1111101001100001001111110011111111100010011100100011111100111111 | fa613f3fe2723f3f |
EUC-JP | 俉??穩?? | 100011111011000110111011001111110011111111100011110100110011111100111111 | 8fb1bb3f3fe3d33f3f |
UTF-8 | 俉쇽숯穩뚳슛 | 111001001011111110001001111011001000011110111101111011001000100010101111111001111010100110101001111010111001101010110011111011001000101010011011 | e4bf89ec87bdec88afe7a9a9eb9ab3ec8a9b |
UHC | 俉쇽숯穩뚳슛 | 111001111110101110111100111011111011110110100001111010001011000110001100111011111011110110111000 | e7ebbcefbda1e8b18cefbdb8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)