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 | ??????z | 00111111001111110011111100111111001111110011111101111010 | 3f3f3f3f3f3f7a |
SJIS-WIN | 娼チ。゙将、z | 100011111010100111000001101000011101111010001111101010111010010001111010 | 8fa9c1a1de8faba47a |
EUC-JP | 娼チ。゙将、z | 10111110101010111000111011000001100011101010000110001110110111101011111010101101100011101010010001111010 | beab8ec18ea18edebead8ea47a |
UTF-8 | 娼チ。゙将、z | 11100101101010001011110011101111101111101000000111101111101111011010000111101111101111101001111011100101101100001000011011101111101111011010010001111010 | e5a8bcefbe81efbda1efbe9ee5b086efbda47a |
UHC | 娼?????z | 1111001111011110001111110011111100111111001111110011111101111010 | f3de3f3f3f3f3f7a |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)