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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ??沼? | 0011111100111111100011111100000000111111 | 3f3f8fc03f |
EUC-JP | ??沼? | 0011111100111111101111101100001000111111 | 3f3fbec23f |
UTF-8 | 쑺섔沼쌳 | 111011001001000110111010111011001000010010010100111001101011001010111100111011001000110010110011 | ec91baec8494e6b2bcec8cb3 |
UHC | 쑺섔沼쌳 | 1001110011010010100110001111000011100001101110111001101101100001 | 9cd298f0e1bb9b61 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)