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 | ???乳? | 001111110011111100111111100100111111101100111111 | 3f3f3f93fb3f |
EUC-JP | ???乳? | 001111110011111100111111110001101111110100111111 | 3f3f3fc6fd3f |
UTF-8 | 閭잆룗乳꿩 | 111011111010011010000110111011001001111010000110111010111010001110010111111001001011100110110011111010101011111110101001 | efa686ec9e86eba397e4b9b3eabfa9 |
UHC | 閭잆룗乳꿩 | 11100110101011011001111111100011100011111001001111101010111000011011001011100110 | e6ad9fe38f93eae1b2e6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)