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 | ???A?? | 001111110011111100111111010000010011111100111111 | 3f3f3f413f3f |
SJIS-WIN | 奪損贈A辰谷 | 1001001001000100100100011011100110010001101000010100000110010010010000111001001001001010 | 924491b991a1419243924a |
EUC-JP | 奪損贈A辰谷 | 1100001110100101110000101011101111000010101000110100000111000011101001001100001110101011 | c3a5c2bbc2a341c3a4c3ab |
UTF-8 | 奪損贈A辰谷 | 11100101101001011010101011100110100100001000110111101000101101001000100001000001111010001011111010110000111010001011000010110111 | e5a5aae6908de8b48841e8beb0e8b0b7 |
UHC | 奪損贈A辰谷 | 1111011110101100111000011101111111110001111111000100000111110010111000111100110111011011 | f7ace1dff1fc41f2e3cddb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)