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 | 抑??猷?ぜ | 100101110111110100111111001111111001011101010001001111111000001010111010 | 977d3f3f97513f82ba |
EUC-JP | 抑??猷?ぜ | 110011011101111000111111001111111100110110110010001111111010010010111100 | cdde3f3fcdb23fa4bc |
UTF-8 | 抑띔퇈猷쀨ぜ | 111001101000101010010001111010111001110110010100111011011000011110001000111001111000110010110111111011001000000010101000111000111000000110011100 | e68a91eb9d94ed8788e78cb7ec80a8e3819c |
UHC | 抑띔퇈猷쀨ぜ | 111001011110010010110110111010101011011110011001111010111010001110010111111010001010101010111100 | e5e4b6eab799eba397e8aabc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)