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 | ???有?? | 00111111001111110011111110010111010011000011111100111111 | 3f3f3f974c3f3f |
EUC-JP | ???有?? | 00111111001111110011111111001101101011010011111100111111 | 3f3f3fcdad3f3f |
UTF-8 | 蓮곷틹有쇠몛 | 111011111010011010011001111010101011001110110111111011011000101110111001111001101001110010001001111011001000011110100000111010111010101010011011 | efa699eab3b7ed8bb9e69c89ec87a0ebaa9b |
UHC | 蓮곷틹有쇠몛 | 111001101110010110000001111010111011101010011111111010101111001110111100111010001001000110001001 | e6e581ebba9feaf3bce89189 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)