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 | 袁?f??? | 1110010111001101001111111000001010000110001111110011111100111111 | e5cd3f82863f3f3f |
EUC-JP | 袁?f栯?? | 11101010110011110011111110100011111001101000111111000011110100100011111100111111 | eacf3fa3e68fc3d23f3f |
UTF-8 | 袁흘f栯ㅶ렯 | 111010001010001010000001111011011001110110011000111011111011110110000110111001101010000010101111111000111000010110110110111010111010000010101111 | e8a281ed9d98efbd86e6a0afe385b6eba0af |
UHC | 袁흘f栯ㅶ렯 | 111010101011111011001000111010101010001111100110111010011111000110100100111001101000111010111100 | eabec8eaa3e6e9f1a4e68ebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)