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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ????ъ?? | 0011111100111111001111110011111110000100100011000011111100111111 | 3f3f3f3f848c3f3f |
EUC-JP | ????ъ?? | 0011111100111111001111110011111110100111111011000011111100111111 | 3f3f3f3fa7ec3f3f |
UTF-8 | 吏싳껌吏ъ갸泥 | 1110111110100111100111101110110010001011101100111110101010111011100011001110111110100111100111101101000110001010111010101011000010111000111011111010011110100011 | efa79eec8bb3eabb8cefa79ed18aeab0b8efa7a3 |
UHC | 吏싳껌吏ъ갸泥 | 1110110010100111100110101110110010110010101011011110110010100111101011001110110010110000101111001110110010110010 | eca79aecb2adeca7acecb0bcecb2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)