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 | 茹c?踰?? | 111001001010010110000010100000110011111111100110111110100011111100111111 | e4a582833fe6fa3f3f |
EUC-JP | 茹c?踰?? | 111010001010011110100011111000110011111111101100111111000011111100111111 | e8a7a3e33fecfc3f3f |
UTF-8 | 茹c끃踰끿뎳 | 111010001000110010111001111011111011110110000011111010111000000110000011111010001011100010110000111010111000000110111111111010111000111010110011 | e88cb9efbd83eb8183e8b8b0eb81bfeb8eb3 |
UHC | 茹c끃踰끿뎳 | 111001101010101010100011111000111000010110111001111010111011001010000101111001111000100110000110 | e6aaa3e385b9ebb285e78986 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)