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 | ??????v\ | 0011111100111111001111110011111100111111001111110111011001011100 | 3f3f3f3f3f3f765c |
SJIS-WIN | 訝?????v\ | 111001100110001000111111001111110011111100111111001111110111011001011100 | e6623f3f3f3f3f765c |
EUC-JP | 訝?????v\ | 111010111100001100111111001111110011111100111111001111110111011001011100 | ebc33f3f3f3f3f765c |
UTF-8 | 訝밧뜕呂묉씇v\ | 1110100010101000100111011110101110110000101001111110101110011100100101011110111110100110100000001110101110101100100010011110110010010100100001110111011001011100 | e8a89debb0a7eb9c95efa680ebac89ec9487765c |
UHC | 訝밧뜕呂묉씇v\ | 1110010010111000101110011110010110001101100110001110010111111011100100011110011010011101100111110111011001011100 | e4b8b9e58d98e5fb91e69d9f765c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)