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 | 抑??攸?? | 1001011101111101001111110011111110011101101111110011111100111111 | 977d3f3f9dbf3f3f |
EUC-JP | 抑??攸?? | 1100110111011110001111110011111111011010110000010011111100111111 | cdde3f3fdac13f3f |
UTF-8 | 抑띔톪攸낅펺 | 111001101000101010010001111010111001110110010100111011011000011010101010111001101001010010111000111010111000001010000101111011011000111010111010 | e68a91eb9d94ed86aae694b8eb8285ed8eba |
UHC | 抑띔톪攸낅펺 | 111001011110010010110110111010101011011110000010111010101111001010000101111010111011110010001010 | e5e4b6eab782eaf285ebbc8a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)