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 | ???饒①? | 0011111100111111001111111110100101100000100001110100000000111111 | 3f3f3fe96087403f |
EUC-JP | ???饒?? | 00111111001111110011111111110001110000010011111100111111 | 3f3f3ff1c13f3f |
UTF-8 | 緣낉슨饒①룚 | 111001111011011110100011111010111000001010001001111011001000101010101000111010011010010110010010111000101001000110100000111010111010001110011010 | e7b7a3eb8289ec8aa8e9a592e291a0eba39a |
UHC | 緣낉슨饒①룚 | 111001101101111010000101111011111011110110111100111010011010111010101000111001111000111110010110 | e6de85efbdbce9aea8e78f96 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)