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 | 要??曜?? | 1001011101110110001111110011111110010111011010100011111100111111 | 97763f3f976a3f3f |
EUC-JP | 要??曜?? | 1100110111010111001111110011111111001101110010110011111100111111 | cdd73f3fcdcb3f3f |
UTF-8 | 要잌뜳曜쇿탞 | 111010001010011010000001111011001001111010001100111010111001110010110011111001101001101110011100111011001000011110111111111011011000001110011110 | e8a681ec9e8ceb9cb3e69b9cec87bfed839e |
UHC | 要잌뜳曜쇿탞 | 111010011010100110011111111001011000110110110001111010001111100010011001111001011011010110000010 | e9a99fe58db1e8f899e5b582 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)