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 | ?\?????? | 0011111101011100001111110011111100111111001111110011111100111111 | 3f5c3f3f3f3f3f3f |
SJIS-WIN | ?\?????? | 0011111101011100001111110011111100111111001111110011111100111111 | 3f5c3f3f3f3f3f3f |
EUC-JP | ?\?????? | 0011111101011100001111110011111100111111001111110011111100111111 | 3f5c3f3f3f3f3f3f |
UTF-8 | 혪\혩쨌혩짧혩쨩 | 11101101100110001010101001011100111011011001100010101001111011001010100010001100111011011001100010101001111011001010011110100111111011011001100010101001111011001010100010101001 | ed98aa5ced98a9eca88ced98a9eca7a7ed98a9eca8a9 |
UHC | 혪\혩쨌혩짧혩쨩 | 110000101001001001011100110000101001000111000010101101111100001010010001110000101010101011000010100100011100001010111011 | c2925cc291c2b7c291c2aac291c2bb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)