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 | 宵筍゙ニ | 100011111010101011100010101000011101111011000110 | 8faae2a1dec6 |
EUC-JP | 宵筍゙ニ | 1011111010101100111001001010001110001110110111101000111011000110 | beace4a38ede8ec6 |
UTF-8 | 宵筍゙ニ | 111001011010111010110101111001111010110110001101111011111011111010011110111011111011111010000110 | e5aeb5e7ad8defbe9eefbe86 |
UHC | 宵筍?? | 111000011011001011100010111011000011111100111111 | e1b2e2ec3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)