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 | ???揖?? | 00111111001111110011111110010111010010110011111100111111 | 3f3f3f974b3f3f |
EUC-JP | ???揖?? | 00111111001111110011111111001101101011000011111100111111 | 3f3f3fcdac3f3f |
UTF-8 | 黎싳쥜揖묈궟 | 111011111010011010001001111011001000101110110011111011001010010110011100111001101000111110010110111010111010110010001000111010101011011010011111 | efa689ec8bb3eca59ce68f96ebac88eab69f |
UHC | 黎싳쥜揖묈궟 | 111001101011000110011010111011001010001010010001111010111110011110010001111001011000001010110010 | e6b19aeca291ebe791e582b2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)