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 | ???柚?? | 00111111001111110011111110010111010011010011111100111111 | 3f3f3f974d3f3f |
EUC-JP | ???柚?? | 00111111001111110011111111001101101011100011111100111111 | 3f3f3fcdae3f3f |
UTF-8 | 醴앸쐝柚딁뮫 | 111011111010011010110111111011001001010110111000111011001001000010011101111001101001111110011010111010111001010010000001111010111010111010101011 | efa6b7ec95b8ec909de69f9aeb9481ebaeab |
UHC | 醴앸쐝柚딁뮫 | 111001111110010010011101111010111001110010000011111010101111011010001010111001111001001010110101 | e7e49deb9c83eaf68ae792b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)