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 | ?????J | 001111110011111100111111001111110011111101001010 | 3f3f3f3f3f4a |
SJIS-WIN | ツ津ケテ「J | 11000010100100101100001110111001110000111010001001001010 | c292c3b9c3a24a |
EUC-JP | ツ津ケテ「J | 1000111011000010110001001100010110001110101110011000111011000011100011101010001001001010 | 8ec2c4c58eb98ec38ea24a |
UTF-8 | ツ津ケテ「J | 11101111101111101000001011100110101101001010010111101111101111011011100111101111101111101000001111101111101111011010001001001010 | efbe82e6b4a5efbdb9efbe83efbda24a |
UHC | ?津???J | 00111111111100101101000000111111001111110011111101001010 | 3ff2d03f3f3f4a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)