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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 亦??乳?? | 1001011010010010001111110011111110010011111110110011111100111111 | 96923f3f93fb3f3f |
EUC-JP | 亦??乳?? | 1100101111110010001111110011111111000110111111010011111100111111 | cbf23f3fc6fd3f3f |
UTF-8 | 亦껋슦乳썽걬 | 111001001011101010100110111010101011101110001011111011001000101010100110111001001011100110110011111011001000110110111101111010101011000110101100 | e4baa6eabb8bec8aa6e4b9b3ec8dbdeab1ac |
UHC | 亦껋슦乳썽걬 | 111001101011001010000011111011001001101010110000111010101110000110111101111010011000000110010101 | e6b283ec9ab0eae1bde98195 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)