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 | ?b}v?b}vB | 001111110110001001111101011101100011111101100010011111010111011001000010 | 3f627d763f627d7642 |
SJIS-WIN | ?b}v?b}vB | 001111110110001001111101011101100011111101100010011111010111011001000010 | 3f627d763f627d7642 |
EUC-JP | ?b}v?b}vB | 001111110110001001111101011101100011111101100010011111010111011001000010 | 3f627d763f627d7642 |
UTF-8 | 묮b}v묮b}vB | 11101011101011001010111001100010011111010111011011101011101011001010111001100010011111010111011001000010 | ebacae627d76ebacae627d7642 |
UHC | 묮b}v묮b}vB | 1001001001000101011000100111110101110110100100100100010101100010011111010111011001000010 | 9245627d769245627d7642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)