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 | 渦?ク訝?? | 100010010101000100111111100000110100111011100110011000100011111100111111 | 89513f834ee6623f3f |
EUC-JP | 渦?ク訝?? | 101100011011001000111111101001011010111111101011110000110011111100111111 | b1b23fa5afebc33f3f |
UTF-8 | 渦곁ク訝밧씏 | 111001101011100010100110111010101011001110000001111000111000001010101111111010001010100010011101111010111011000010100111111011001001010010001111 | e6b8a6eab381e382afe8a89debb0a7ec948f |
UHC | 渦곁ク訝밧씏 | 111010001011111010110000111001111010101110101111111001001011100010111001111001011001110110100110 | e8beb0e7abafe4b8b9e59da6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)