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 | 腎??送 | 100100000111010000111111001111111001000110010111 | 90743f3f9197 |
EUC-JP | 腎??送 | 101111111101010100111111001111111100000111110111 | bfd53f3fc1f7 |
UTF-8 | 腎덆갆送 | 111010001000010110001110111010111000110110000110111010101011000010000110111010011000000010000001 | e8858eeb8d86eab086e98081 |
UHC | 腎덆갆送 | 1110001111101100100010001110100110000001010001001110000111101010 | e3ec88e98144e1ea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)