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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 藪縁充纓 | 1110010101001101100010011000111110001111010110111110001110010111 | e54d898f8f5be397 |
EUC-JP | 藪縁充纓 | 1110100110101110101100011110111110111101101111001110010111110111 | e9aeb1efbdbce5f7 |
UTF-8 | 藪縁充纓 | 111010001001011110101010111001111011100010000001111001011000010110000101111001111011101010010011 | e897aae7b881e58585e7ba93 |
UHC | 藪?充纓 | 11100010101111110011111111110101111101101110011111000101 | e2bf3ff5f6e7c5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)