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 | ???吟? | 001111110011111100111111100010111110000100111111 | 3f3f3f8be13f |
EUC-JP | ???吟? | 001111110011111100111111101101101110001100111111 | 3f3f3fb6e33f |
UTF-8 | 捻꿔끇吟냜 | 111011111010011010100100111010101011111110010100111010111000000110000111111001011001000010011111111010111000001110011100 | efa6a4eabf94eb8187e5909feb839c |
UHC | 捻꿔끇吟냜 | 11100110111101111011001011100011100001011011101111101011111000011000011001101000 | e6f7b2e385bbebe18668 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)